Now we can move frosty!

  • Go to and drag Go To to the bottom of your program.
  • Change the name in front of .go_to() to frosty.

Now we are giving this command to the sprite named frosty.

To navigate the page using the TAB key, first press ESC to exit the code editor.

stage.set_background("winter") sprite = codesters.Sprite("person12") sprite.go_to(-125, -150) frosty = codesters.Sprite("snowman")
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)